Skip to content

build: proxy settings for build and devcontainer#724

Open
nbmaiti wants to merge 1 commit intomainfrom
proxy_setting
Open

build: proxy settings for build and devcontainer#724
nbmaiti wants to merge 1 commit intomainfrom
proxy_setting

Conversation

@nbmaiti
Copy link

@nbmaiti nbmaiti commented Dec 12, 2025

-> devcontainer go version updated to 1.25
-> devcontainer updated to include proxy settings
-> build script support proxy build

@nbmaiti nbmaiti requested review from Copilot and rsdmike December 12, 2025 10:24
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds proxy server support to both the build process and development container configuration, while also updating the development container's Go version from 1.x to 1.25.

  • Proxy environment variables (HTTP_PROXY, HTTPS_PROXY, NO_PROXY) are now configured and passed to Docker builds
  • Development container updated to Go 1.25 on Debian Trixie base image
  • Proxy settings automatically inherited from host environment in devcontainer

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
build.sh Added proxy environment variable handling and passed build args to Docker
.devcontainer/devcontainer.json Updated Go version to 1.25, added proxy environment configuration

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 39.76%. Comparing base (76161c2) to head (903aaf1).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #724   +/-   ##
=======================================
  Coverage   39.76%   39.76%           
=======================================
  Files         114      114           
  Lines       10768    10768           
=======================================
  Hits         4282     4282           
  Misses       6087     6087           
  Partials      399      399           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@nbmaiti nbmaiti force-pushed the proxy_setting branch 2 times, most recently from 8ad6bb9 to 0b40dc0 Compare January 12, 2026 16:42
@nbmaiti nbmaiti force-pushed the proxy_setting branch 2 times, most recently from c081b1b to aaaceea Compare February 25, 2026 15:45
  -> devcontainer go version updated to 1.25
  -> devcontainer updated to include proxy settings
  -> build script support proxy build

Signed-off-by: Nabendu Maiti <nabendu.bikash.maiti@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants